home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260diffs.lha / gnu / src-patches / gas-2.3.diffs < prev    next >
Encoding:
Text File  |  1994-07-18  |  1.5 KB  |  42 lines

  1. diff -r -c -N gas-2.2/gas/config/ho-amigados.h gas-2.2-amiga/gas/config/ho-amigados.h
  2. *** gas-2.2/gas/config/ho-amigados.h
  3. --- gas-2.2-amiga/gas/config/ho-amigados.h      Mon Mar 28 13:39:33 1994
  4. ***************
  5. *** 0 ****
  6. --- 1,3 ----
  7. + #include <ho-sunos.h>
  8. + /* end of ho-amigados.h */
  9. diff -r -c -N gas-2.2/gas/configure.in gas-2.2-amiga/gas/configure.in
  10. *** gas-2.2/gas/configure.in    Fri Nov  5 20:18:38 1993
  11. --- gas-2.2-amiga/gas/configure.in      Mon Mar 28 13:39:33 1994
  12. ***************
  13. *** 50,55 ****
  14. --- 50,56 ----
  15.     i[34]86-*-isc*)             gas_host=sysv           ;;
  16.     i386-sun-sunos*)            gas_host=sun386         ;;
  17.   
  18. +   m68*-cbm-amigados*)         gas_host=amigados       ;;
  19.     m68k-sun-sunos*)            gas_host=sun3           ;;
  20.     m68*-*-hpux)                        gas_host=hpux           ;;
  21.   
  22. ***************
  23. *** 153,159 ****
  24.                         obj_format=bout ;;
  25.     i960-*-coff)                obj_format=coff emulation=ic960 ;;
  26.   
  27. !   m68k-wrs-vxworks | m68k-ericsson-ose | m68k-*-sunos*)
  28.                         obj_format=aout emulation=sun3 ;;
  29.     m68k-*-coff | m68k-*-sysv*)
  30.                         obj_format=coffbfd gas_target=m68kcoff ;;
  31. --- 154,160 ----
  32.                         obj_format=bout ;;
  33.     i960-*-coff)                obj_format=coff emulation=ic960 ;;
  34.   
  35. !   m68k-wrs-vxworks | m68k-ericsson-ose | m68k-*-sunos* | m68*-cbm-amigados*)
  36.                         obj_format=aout emulation=sun3 ;;
  37.     m68k-*-coff | m68k-*-sysv*)
  38.                         obj_format=coffbfd gas_target=m68kcoff ;;
  39.  
  40.  
  41.